Initialize hwnd to NULL. This fixes OpenClipboard() failure and, according
authorCody Russell <bratsche@gnome.org>
Sun, 15 Jun 2008 00:00:49 +0000 (00:00 +0000)
committerCody Russell <bratsche@src.gnome.org>
Sun, 15 Jun 2008 00:00:49 +0000 (00:00 +0000)
commit472ea19b4b8905bfb0daf87bd24cefd1c698673f
tree675806827f11e1adb662e5201b5f60d19c37b86a
parentd4ce1fa262a029da0681b13ce927f43d07930891
Initialize hwnd to NULL. This fixes OpenClipboard() failure and, according

2008-06-14  Cody Russell  <bratsche@gnome.org>

        * gdk/win32/gdkselection-win32.c (gdk_win32_selection_add_targets):

        Initialize hwnd to NULL.  This fixes OpenClipboard() failure and,
        according to MSDN docs, associates the open clipboard with the
        current task.  (#378158, reported by Andreas Köhler)

svn path=/trunk/; revision=20388
ChangeLog
gdk/win32/gdkselection-win32.c